home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilstem / util1 / ansi-rip.doc < prev    next >
Text File  |  1987-01-22  |  2KB  |  42 lines

  1.                                    ANSI-RIP
  2.  
  3.                        Stips ANSI codes from a document
  4.  
  5.                           Written by Monte Ferguson
  6.  
  7.          Comments, questions, contributions, etc, should be sent to:
  8.                                 Monte Ferguson
  9.                                833 W. Highland
  10.                                  Ravenna, Oh
  11.                                     44266
  12.  
  13.  
  14.  ANSI-RIP will read a Source file, remove any ANSI codes it finds, and write 
  15. the result out to a TARGET file.
  16.  
  17.  
  18.  USE: I wrote this program to allow me to print capture files that I had 
  19. gotten from BBS's with the "color" option on. As you probably know, the BBS 
  20. software changes your screen colors with ANSI codes that get captured along 
  21. with the text... This can be troubling if you're sending the output to a 
  22. printer...
  23.  
  24.  This program is written in BASIC, and must be run through the BASIC or 
  25. BASICA interpreter (call up BASICA from your DOS disk, enter LOAD "ANSI-RIP", 
  26. and type RUN. When the program finishes, type SYSTEM to get back to DOS).
  27.  
  28.  The program will prompt you for a SOURCE file: This is the name of the file 
  29. that you want to convert. It will then ask your for a TARGET: This can be 
  30. either another file, or a device (such as LPT1:, your printer). The program 
  31. will then start the conversion, and keep you informed as to how the 
  32. conversion is progressing...
  33.  
  34.  I didn't compile this program, because it's pretty simple, and I didn't want 
  35. to make this a 30k ARC. If you find that this program is too slow for your 
  36. needs, send me $10.00 to cover Postage, Handling and Pizza expenses, and I'll 
  37. send to a compiled version.
  38.  
  39.  
  40.  
  41.             ANOTHER FINE PRODUCT FROM GIANT FLAMING TOAD SOFTWARE
  42.